<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*navå¯¼èˆªç›’å­*/
div.nav{
    width: 1000px;
    height:45px;
	margin:0 auto;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    position: relative;
}
/*nav-main*/
ul.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
}

ul.nav-main li a{text-decoration:none; color:#FFF; display:block; width:100%; height:45px;}

ul.nav-main span{
    display: inline-block;
	position:absolute;
	top:20px; 
	right:20px;
    width: 7px;
    height: 7px;
    background: url('down-icon.png') no-repeat;
}
/*å›¾æ&nbsp;‡å‘ä¸Šæ—‹è½¬*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*å›¾æ&nbsp;‡å‘ä¸‹æ—‹è½¬*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*å¯¼èˆªæ¡è®¾ç½®*/
ul.nav-main&gt;li{
    width: 120px;
    height: 100%;
    display: block;
    float: left;
    color: #fff;
    margin-right: 1px;
    cursor: pointer;
	position:relative;
}
ul.nav-main&gt;li:hover{
    background: #0e6ec1;
	color:#FFF
}
/*éšè—ç›’å­è®¾ç½®*/
div.hidden-box{
    width: 118px;
    border: 1px solid #0e6ec1;
    border-top: 0;
    position: absolute;
	z-index:99999;
    display:none;
	background:#fff;
    top: 45px;
}
.hidden-box&gt;ul{
    list-style-type: none;
    color: #643519;
    cursor: pointer;
}
.hidden-box li:hover{
    background: #0e6ec1;
    color: #fff;
}
.hidden-box li a{text-decoration:none; color:#333; display:block; width:100%; overflow:hidden}
.hidden-box li a:hover{color:#FFF}
/*éšè—ç›’å­ä½ç½®è®¾ç½®*/
.hidden-loc-index{
    left: 121px;
}
.hidden-loc-us{
    left: 242px;
}
.hidden-loc-info{
    left: 363px;
}
.box03{
	left:605px;
}
.box04{
	left:726px;
}
.box05{
	left:363px;
}
.box06{
	left:484px;
}</pre></body></html>